バージョン

ReadOnlyKeyedObservableCollection<TItem,TKey> クラス メンバ

ReadOnlyKeyedObservableCollection<TItem,TKey>データ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
パブリック プロパティ
 名前解説
Public プロパティCountGets the number of elements contained in the ReadOnlyCollection instance. System.Collections.ObjectModel.ReadOnlyCollection<TItem>から継承されます。
Public プロパティItem指定したキーがある項目を返します。  
トップ
プロテクト プロパティ
 名前解説
Protected プロパティItemsReturns the IList that the ReadOnlyCollection wraps. System.Collections.ObjectModel.ReadOnlyCollection<TItem>から継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドContainsDetermines whether an element is in the ReadOnlyCollection. System.Collections.ObjectModel.ReadOnlyCollection<TItem>から継承されます。
Public メソッドContainsKey指定したキーの項目がコレクションにあるかどうかを示します。  
Public メソッドCopyToCopies the entire ReadOnlyCollection to a compatible one-dimensional System.Array, starting at the specified index of the target array. System.Collections.ObjectModel.ReadOnlyCollection<TItem>から継承されます。
Public メソッドGetEnumeratorReturns an enumerator that iterates through the ReadOnlyCollection. System.Collections.ObjectModel.ReadOnlyCollection<TItem>から継承されます。
Public メソッドIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollection. System.Collections.ObjectModel.ReadOnlyCollection<TItem>から継承されます。
Public メソッドIndexOfKey指定したキーの項目のインデックスを返します。なければ null を返します。  
Public メソッドTryGetItem指定したキーの値を取得します。  
トップ
参照